dundas.scheduling.JobRunQueryFilterRule Class

 

Inheritance Hierarchy

 
Class
   dundas.QueryFilterRule
      dundas.scheduling.JobRunQueryFilterRule
 

Constructors

 
  Name Description
init Initializes the JobQueryFilterRule. Called during construction. Inherited from dundas.QueryFilterRule.
 
 

Properties

 
  Name Description
field Gets or sets the field on which the filter should be applied (left side of the filter expression).
operator Gets or sets the filter expression operator. Inherited from dundas.QueryFilterRule.
options Gets or sets the query filter options. Inherited from dundas.QueryFilterRule.
value Gets or sets the value (right side of the filter expression). Inherited from dundas.QueryFilterRule.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.